Vcenter Vm Hardware Adapter Scsi Info

Vcenter Vm Hardware Adapter Scsi Info
Vcenter Vm Hardware Adapter Scsi Info

The Vcenter Vm Hardware Adapter Scsi Info schema contains information about a virtual SCSI adapter.

JSON Example
{
    "label": "string",
    "type": "string",
    "scsi": {
        "bus": 0,
        "unit": 0
    },
    "pci_slot_number": 0,
    "sharing": "string"
}
string
label
Required

Device label.

string
type
Required

Adapter type.

For more information see: Vcenter Vm Hardware Adapter Scsi Type.

scsi
Required

Address of the SCSI adapter on the SCSI bus.

integer As int64 As int64
pci_slot_number
Optional

Address of the SCSI adapter on the PCI bus. If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added.

May be missing or null if the virtual machine has never been powered on since the adapter was created.

string
sharing
Required

Bus sharing mode.

For more information see: Vcenter Vm Hardware Adapter Scsi Sharing.